home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.001 / crossfir~ / eutl / debuglib / runtest1 < prev    next >
Text File  |  1994-01-14  |  528b  |  19 lines

  1. #!/bin/sh
  2. rm checkout
  3. ./test1    -Dtest >checkout
  4. echo "break1" >>checkout
  5. ./test1 -Dtesta=1 >>checkout
  6. echo "break2" >>checkout
  7. ./test1 -Dtesta=1 -Dtesta=0 >>checkout
  8. echo "break3" >>checkout
  9. ./test1 -Dtest -Dtesta >>checkout
  10. echo "break4" >>checkout
  11. ./test1 -Dtestb:testb=4 -Dtest:testb=2 >>checkout
  12. echo "break5" >>checkout
  13. ./test1 -Dtestb:testa=2 -Dtestb:testa:testc=0 >>checkout
  14. echo "break6" >>checkout
  15. ./test1 -Dtestc:test:test=2 >>checkout
  16. echo "break7" >>checkout
  17. echo "No news is good news"
  18. exec diff -c checkout goodout
  19.